Give user control of option skip_sanity_check#7190
Give user control of option skip_sanity_check#7190jpakkane merged 1 commit intomesonbuild:masterfrom Neumann-A:user_controls_skip_sanity_check
Conversation
|
Please rebase this PR on master to rerun the CI. This should get rid of the CI failures. |
|
What is the status of this PR ? (there is a long chain of PR dependencies for vcpkg...) |
|
@jpakkane Please have a look at this PR and merge if OK from your side. |
|
Could you please explain a bit more what is happening here? What is the actual problem is. "Give control of option skip_sanity_check" is not very informative by itself. |
|
@jpakkane: there are cases where the option is simply ignored by meson. The previous code: is returning an early false without even checking if the user provided the |
Either give the user control over
skip_sanity_checkor print an error why the user is doing something stupid. This PR uses the former approach